(Rust) Biased PRNG
References
Fixing random BLS key generation for testing
no_std hacks with marlin
Audit reports
https://gyazo.com/12434eefe6f1172310b85b767c9f7037
Fs: offering a clean interface into these elements
FsRepr:handling the necessary lower-level functionality for these elements.
Fsに対するrandはFsReprにおけるrngに依存している。FsReprにおけるrngはFsのrand性に対してなんの影響も与えないので、privateにするべき。
https://gyazo.com/8174ae518387e89ebd62488d958ecc15
https://gyazo.com/2ad65ac68773cbdd3ca05439b1c6c738
librustzcash_sapling_generate_r generates alpha from 64 rather than 80 bytes of randomness